home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Treiber / MultiDisk / changes < prev    next >
Encoding:
Text File  |  1999-12-03  |  1.7 KB  |  51 lines

  1. Changes from multidisk.device V3.42 to V3.46:
  2.  
  3. - Format error in Amiga DD and Amiga HD disks removed
  4. - Crash with Buddha Flash removed
  5. - tool for creating and writing disk images included
  6.  
  7. usage:   diskimage <FILENAME> [switches...]
  8.  switches are:
  9.    -device <devicename>    device to read from (with .device)
  10.                            use "multidisk.device" for Catweasel
  11.                            device names are case-sensitive!
  12.    -unit <unitnumber>      unit number to read from
  13.    -flags <openflags>      device openflags
  14.                            see Catweasel manual for flags
  15.                            or start tool with "-formats" switch
  16.    -read                   read from device to file
  17.    -write                  write from file to device
  18.    -noverify               do not verify after writing
  19.    -ignore                 ignore IOerrors when reading
  20.    -?                      get this help
  21.    -formats                list diskformats of multidisk.device
  22.  either -read or -write must be specified.
  23.  defaults are multidisk.device, unit 0, flags 0, verify on.
  24.  
  25. Flags for multidisk.device:
  26.  
  27. for 3.5" drives:
  28.    0  AMIGA double-density
  29.    1  AMIGA high-density
  30.    2  MS-DOS double-density
  31.    3  MS-DOS high-density
  32.    4  ATARI 10 sector
  33.    5  ATARI 11 sector
  34.    6  COMMODORE 64 - 1581 floppy
  35.    7  EXTRA HD  (2380kb)
  36.    8  MS-DOS 20 sector (1600kB)
  37.    9  MAC DD
  38.   10  MAC DD single-sided
  39.  
  40. for 5.25" drives (PC-standard rotation speed 360 RPM):
  41.   16  COMMODORE 64 - 1541 floppy
  42.   17  MS-DOS 360kB
  43.   18  MS-DOS 1200kB
  44.   19  AMIGA trackdisk 5.25" (made 300RPM with paula)
  45.   20  MS-DOS 720 kB
  46.   21  MS-DOS 180 kB
  47.   22  Apple II E  140kB
  48.   23  Atari XL800
  49.   24  Atari XL800-Enhanced density
  50.   25  C64 1571 disk
  51.